home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / libwww2 / HTTP.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  218 b   |  14 lines

  1. /*      HyperText Tranfer Protocol                                      HTTP.h
  2. **      ==========================
  3. */
  4.  
  5. #ifndef HTTP_H
  6. #define HTTP_H
  7.  
  8. #include "HTAccess.h"
  9.  
  10.  
  11. extern HTProtocol HTTP;
  12.  
  13. #endif /* HTTP_H */
  14.